home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Documentation / PageEject < prev    next >
Encoding:
Text File  |  1990-07-19  |  731 b   |  22 lines  |  [TEXT/pdos]

  1. PageEject -- Issue formfeed
  2.  
  3. Syntax      PageEject
  4.  
  5. Description This utility simply sends an ASCII FormFeed character (decimal 12)
  6.             to the current output device.  The reaction of the device depends
  7.             on how the device interprets the control code.  Normally, printers
  8.             respond by advancing the paper to the beginning of the next page.
  9.             The AppleIIGS screen responds by clearing the screen and placing
  10.             the cursor at the top of the screen.  (I normally alias this as a
  11.             'CLS' command.)
  12.  
  13. Input       None.
  14.  
  15. Output      An ASCII 12 is written to the standard output device.
  16.  
  17. Diagnostics None.
  18.  
  19. Status      This utility always returns a 0 (no errors).
  20.  
  21. Options     None.
  22.